home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Shareware
/
Beyond Compare 3.0.10
/
BCompareSetup.exe
/
{app}
/
BCompare.exe
/
0
/
RCDATA
/
TDIRSESSIONMISCFRAME
/
TDIRSESSIONMISCFRAME.txt
Wrap
Text File
|
2008-11-03
|
3KB
|
130 lines
inherited DirSessionMiscFrame: TDirSessionMiscFrame
HelpType = htKeyword
HelpKeyword = 'Folder_Compare_Misc'
Caption = 'Misc'
object HelpLbl: TUiLabel
Left = 8
Top = 8
Height = 13
Caption = 'Alignment overrides:'
end
object FileFormatLbl: TUiLabel
Left = 8
Top = 174
Height = 13
Caption = 'Enabled file formats:'
FocusControl = FileFormatListView
end
object LB: TUiListBox
Tag = 1
Left = 8
Top = 24
Width = 409
Height = 102
DragMode = dmAutomatic
ItemHeight = 13
TabOrder = 0
OnClick = LBClick
OnDblClick = EditClick
OnDragDrop = LBDragDrop
OnDragOver = LBDragOver
OnKeyDown = LBKeyDown
end
object NewBtn: TUiButton
Left = 8
Top = 128
Caption = '&New...'
TabOrder = 1
OnClick = NewClick
AutoSize = asLeft
MinWidth = 0
end
object CloneBtn: TUiButton
Left = 55
Top = 128
Caption = '&Clone...'
TabOrder = 2
OnClick = CloneClick
AutoSize = asLeft
MinWidth = 0
end
object EditBtn: TUiButton
Left = 107
Top = 128
Caption = '&Edit...'
TabOrder = 3
OnClick = EditClick
AutoSize = asLeft
MinWidth = 0
end
object MoveUpBtn: TUiBitBtn
Left = 150
Top = 128
Width = 24
Hint = 'Move Up'
TabOrder = 4
OnClick = MoveUpClick
ImageIndex = imgUp
Images = BcImages.MainImages
end
object MoveDownBtn: TUiBitBtn
Left = 174
Top = 128
Width = 24
Hint = 'Move Down'
TabOrder = 5
OnClick = MoveDownClick
ImageIndex = imgDown
Images = BcImages.MainImages
end
object DeleteBtn: TUiButton
Left = 198
Top = 128
Caption = '&Delete'
TabOrder = 6
OnClick = DeleteClick
AutoSize = asLeft
MinWidth = 0
end
object FileFormatListView: TUiListView
Left = 8
Top = 189
Width = 409
Height = 164
Checkboxes = True
Columns = <
item
AutoSize = True
end
item
AutoSize = True
end>
ColumnClick = False
ReadOnly = True
RowSelect = True
PopupMenu = FileFormatPopup
SmallImages = BcImages.MainImages
TabOrder = 7
ViewStyle = vsReport
OnCustomDrawItem = FileFormatListViewCustomDrawItem
OnDblClick = FileFormatEditClick
OnCheckItem = FileFormatListViewCheckItem
end
object FileFormatPopup: TUiPopupMenu
object FileFormatEditItem: TUiMenuItem
Caption = 'Edit...'
OnClick = FileFormatEditClick
end
object FileFormatSeparatorItem: TUiSeparatorItem
end
object FileFormatAllItem: TUiMenuItem
Caption = 'Mark All'
OnClick = FileFormatCheckedClick
end
object FileFormatNoneItem: TUiMenuItem
Caption = 'Unmark All'
OnClick = FileFormatCheckedClick
end
end
end